Release 10.1A: OpenEdge Development:
AppBuilder
Window save (adeuib/_winsave.p)
Use the
adeuib/_winsave.pprocedure to set an internal flag that indicates whether the window has been modified since it was last saved or opened. AppBuilder checks this flag whenever it closes a window:Whenever you modify something in the design window that will be reflected in its saved procedure file, call
adeuib/_winsave.pto set the flag toFALSE:
Input parameters
The
adeuib/_winsave.pprocedure takes the following input parameters:ph_handleThe
widget-handleof the design window to mark as saved.pl_savedA logical value that indicates that the window has been saved or opened since it was last modified.
Example
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |